home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / Crackme8.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1999-05-24  |  687 b   |  40 lines

  1. object Form2: TForm2
  2.   Left = 433
  3.   Top = 353
  4.   Width = 243
  5.   Height = 134
  6.   Caption = 'Serial'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 80
  18.     Top = 8
  19.     Width = 54
  20.     Height = 13
  21.     Caption = 'Enter Serial'
  22.   end
  23.   object Edit1: TEdit
  24.     Left = 48
  25.     Top = 24
  26.     Width = 121
  27.     Height = 21
  28.     TabOrder = 0
  29.   end
  30.   object Button1: TButton
  31.     Left = 80
  32.     Top = 64
  33.     Width = 75
  34.     Height = 25
  35.     Caption = '&Ok'
  36.     TabOrder = 1
  37.     OnClick = Button1Click
  38.   end
  39. end
  40.